xen.git
2008-01-22 Alex Williamson[IA64] Introduce dom0_vhpt_size_log2 boot option to...
2008-01-18 Alex Williamson[IA64] Fix thash long format crash
2008-01-18 Alex Williamson[IA64] Fix emacs file mode in vmx_entry.S and vmx_vsa.S
2008-01-18 Alex Williamson[IA64] Use rcu where possible.
2008-01-18 Alex Williamsonmerge with xen-unstable.hg staging
2008-01-18 Keir Fraserminios: do not exit if FS backend not found.
2008-01-18 Keir Fraserminios: support COW for a zero page
2008-01-18 Keir Fraserdo_set_trap_table()'s argument can be const.
2008-01-18 Keir Fraserdo_callback_op()'s second argument can be const allowin...
2008-01-18 Keir FraserMove primitive-type guest-handle definitions into commo...
2008-01-18 Keir Fraserpv-on-hvm: fix/adjust pv driver's mkbuildtree
2008-01-18 Keir Fraserxenctx/x86: fix format for readability and add information
2008-01-18 Keir Fraserminios: extend map_frames into being able to map a...
2008-01-18 Keir Fraserminios: set text and rodata read-only, free unused...
2008-01-18 Keir FraserClarify 'xm mem-set' and 'xm vcpu-set' requirements...
2008-01-18 Keir Fraservt-d: Clean up and bug fixes to ioapic handling.
2008-01-18 Keir FraserRevert network-nat script changes introduced by 16739...
2008-01-18 Keir Fraserioemu: replace non-standard ulong with unsigned long
2008-01-18 Keir Fraserqemu-dm: Nicely terminate the device model script,...
2008-01-18 Keir FraserAdd FS backend/frontend drivers (frontend in minios...
2008-01-17 Alex Williamson[IA64] Make maximum number of supported physical CPUs...
2008-01-17 Alex Williamson[IA64] Support continuation for hypercall in hvm.
2008-01-17 Alex Williamson[IA64] xenoprof/ia64 howto
2008-01-17 Alex Williamson[IA64] Cleanup duplicate kdump_find_rsvd_region()
2008-01-17 Alex Williamson[IA64] Fix start_kernel() to call init_xenheap_pages...
2008-01-17 Alex Williamson[IA64] Improve boot loader data moving logic in start_k...
2008-01-17 Alex Williamson[IA64] domheap: Clean up of context switch code
2008-01-17 Alex Williamson[IA64] domheap: Introduce xenheap_megabytes boot option
2008-01-17 Alex Williamson[IA64] domheap: Allocate mca related objects from domhe...
2008-01-17 Alex Williamson[IA64] domheap: Allocate percpu area from domheap
2008-01-17 Alex Williamson[IA64] domheap: Allocate vm buffer before boot allocator
2008-01-17 Alex Williamson[IA64] domheap: Don't pin xenheap down. Now it's unnece...
2008-01-17 Alex Williamson[IA64] domheap: Fix current->domain->arch.shadow_bitmap...
2008-01-17 Alex Williamson[IA64] domheap: Don't refer struct domain from GET_VA_V...
2008-01-17 Alex Williamson[IA64] domheap: Don't refer domain->arch.rid_bits from...
2008-01-17 Alex Williamson[IA64] domheap: Allocate privregs from domain heap...
2008-01-17 Alex Williamson[IA64] domheap: Remove duplicated declarations vmx_save...
2008-01-17 Alex Williamson[IA64] domheap: Remove the unused constant, IA64_DOMAIN...
2008-01-17 Alex Williamson[IA64] domheap: Allocate PV privregs pages from domain...
2008-01-17 Alex Williamson[IA64] domheap: Allocate shared_info page from domain...
2008-01-17 Alex Williamson[IA64] domheap: Remove unused IA64_DOMAIN_SHARED_INFO_O...
2008-01-17 Alex Williamson[IA64] domheap: Fix ia64_switch_to()
2008-01-17 Alex Williamson[IA64] Fix MCA handling from xen relocation changes
2008-01-17 Alex Williamson[IA64] Rearrange IA64_TR_ definitions to use from lower...
2008-01-17 Alex Williamson[IA64] Allocate struct vcpu from domheap.
2008-01-17 Alex Williamson[IA64] Fix ia64_reload_tr in mca_asm.S
2008-01-17 Alex Williamson[IA64] Remove init_task definition
2008-01-17 Alex Williamson[IA64] Fix start in head.S
2008-01-17 Alex Williamson[IA64] Fix ia64_switch_to() so that it checks overlap...
2008-01-17 Alex Williamson[IA64] Fix ia64_swith_to() so that it doesn't check...
2008-01-17 Alex Williamson[IA64] Cleanup white space in ia64_switch_to()
2008-01-17 Alex Williamson[IA64] Make vmx_swtich_rr7() consistent to ia64_new_rr7...
2008-01-17 Alex Williamson[IA64] Cleanup white space of vmx_switch_rr7. use tab.
2008-01-17 Alex Williamson[IA64] Update a stale comment in xenasm.S
2008-01-17 Keir Fraserminios: add blkfront
2008-01-17 Keir Fraserhvm: Extboot support for Xen
2008-01-17 Keir Fraserminios: support several netfronts
2008-01-17 Keir Fraserxm: Fix xm restore command.
2008-01-17 Keir FraserMinor correction in xm man page for 'xm create'.
2008-01-17 Keir Fraserminios: add xenbus token support and separate watch...
2008-01-17 Keir Frasertools: disable lomount and miniterm by default
2008-01-17 Keir Frasertools: LDFLAGS in link lines
2008-01-17 Keir Frasernetwork scripts: SUSE has sensible use of ifup nowadays
2008-01-17 Keir Frasertools/docs: Fix example and default IP addresses.
2008-01-17 Keir Fraserlibxen: Avoid declarations-after-statement (C++ coding...
2008-01-17 Keir Fraserminios: add realloc
2008-01-17 Keir Fraserminios: make stack size configurable
2008-01-17 Keir Fraserminios: add wait_event_deadline
2008-01-17 Keir Fraserminios: add trydown
2008-01-17 Keir Fraserminios: use ASSERT for BUG_ON
2008-01-17 Keir Fraserminios: Add exit_thread prototype. Make sure exit_threa...
2008-01-17 Keir Fraserminios: Add noreturn attribute to do_exit
2008-01-17 Keir Fraserminios: Optimize IA64's get_current()
2008-01-17 Keir FraserUpdate API changelog for new feature flags.
2008-01-17 Keir Fraserhvm: Allocate an unmapped guard page to separate ordina...
2008-01-16 Keir Fraseramd hvm (svm): Print warning if NPT constraints on...
2008-01-16 Keir Fraserxenconsoled: Make slave pty raw during initialization.
2008-01-16 Keir Fraserx86: New feature flag XENFEAT_mmu_pt_update_preserve_ad.
2008-01-16 Keir Fraserx86: Reserve a CPUID feature bit to advertise new
2008-01-15 Keir Fraserx86: Document the new MMU_PT_UPDATE_PRESERVE_AD hypercall.
2008-01-15 Keir Fraser-DNDEBUG for hypervisor only
2008-01-15 Keir Fraserlibxen: Fix function prototype.
2008-01-15 Keir FraserMerge with ia64 tree.
2008-01-15 Keir Fraserx86: Allow batched mmu updates which preserve accessed...
2008-01-15 Keir FraserUpdate version to 3.3-unstable.
2008-01-15 Keir Fraserxend: Remove hardcoded (and apparently unused) xend...
2008-01-15 Keir Fraserhvm, x86: Add QEMU BIOS menu for choosing boot device.
2008-01-15 Keir Fraserblktap: factor out linux specific code
2008-01-15 Alex Williamson[IA64] Fix security vulnerability
2008-01-15 Keir Fraserx86: INT3 and INTO trap gates should have DPL==3.
2008-01-13 Keir FraserAdded tag 3.2.0-rc6 for changeset 9facc624a238
2008-01-13 Keir FraserUpdate version to xen-3.2.0-rc6
2008-01-12 Keir Fraserx86: Fix PV PIT handler after previous changeset.
2008-01-12 Keir Fraserhvm: Improve in-Xen PIO emulation to better handle...
2008-01-12 Keir Frasersvm: Properly mask unsupported bits in CPUID_80000001_ECX.
2008-01-11 Keir Fraserhvm: hpet: Tidy up hpet_to_ns_limit calculation.
2008-01-11 Keir Fraservmxassist: Emulate CLTS.
2008-01-11 Keir Fraserx86 hvm: hvm_maybe_deassert_evtchn_irq() needs to be...
2008-01-10 Keir Fraserx86_emulate: Fix near CALL/JMP <reg,mem>. Broken by...
2008-01-10 Keir Fraserx86_emulate: Certain opcodes are only valid with a...
next